libxl: Introduce libxl__arch_domain_create
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>
Wed, 30 May 2012 07:57:50 +0000 (08:57 +0100)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Wed, 30 May 2012 07:57:50 +0000 (08:57 +0100)
commit25801d01252b22ef4bcef405108414d59e91ae4f
tree7800c3d228f8b0168b33d3828d59fa7600f5ae28
parent03fc6103c678b319ab0bf0c3771310a061371615
libxl: Introduce libxl__arch_domain_create

Introduce an arch specific internal domain creation function.
The X86 version of libxl__arch_domain_create is going to be introduced
in the next few patches, to make it easier to spot all the code motions.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Acked-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Acked-by: Ian Campbell <Ian.Campbell@citrix.com>
Committed-by: Ian Campbell <ian.campbell@citrix.com>
tools/libxl/Makefile
tools/libxl/libxl_arch.h [new file with mode: 0644]
tools/libxl/libxl_noarch.c [new file with mode: 0644]